<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body{margin:0px; padding:0px; font-size:12px; color:#666; overflow-x:hidden;}
a{color:#666; text-decoration:none; outline:none;}
a:active{star:expression(this.onFocus=this.blur());} 
img{border:0px; vertical-align:middle;}
a:link {text-decoration: none; outline:none;}
a:visited{text-decoration: none; outline:none;}
a:hover{text-decoration:none; color:#DA3A14; outline:none;}
ul, p, dl, dt, dd{padding:0px; margin:0px;}
li{list-style-position:outside; list-style-type:none;}
h1, h2, h3, h4, h5{font-size:14px; padding:0px; margin:0px;}
h1{font-size:16px;}
h5{font-size:12px;}
.fl{float:left;}
.fr{float:right;}
.clear_f{clear:both; height:0px; padding:0px; margin:0px; display:block; _display:inherit;}

.h10{height:10px; overflow:hidden; clear:both;}
.h30{height:30px; overflow:hidden; clear:both;}
.h60{height:60px; overflow:hidden; clear:both;}
.h70{height:70px; overflow:hidden; clear:both;}
.h100{height:100px; overflow:hidden; clear:both;}
input, textarea{background:transparent; padding:0px; font-size:12px; color:#888; outline:none; border:0px;}
em{font-style:normal;}
.btn1{cursor:pointer;}
.wal{ width:13.4rem; margin:0 auto;}
.wal2{ width: 1200px; margin: 0 auto; }
.w860{ width: 860px; }
.w370{ width: 370px; }

.gradient{ 
    background-image: linear-gradient(left,#f06563,#85297f);
    background-image: -webkit-linear-gradient(left,#f06563,#85297f);
    background-image: -moz-linear-gradient(left,#f06563,#85297f);
    background-image: -o-linear-gradient(left,#f06563,#85297f);
    background-image: linear-gradient(to right,#f06563,#85297f);
    background-image: -webkit-linear-gradient(to right,#f06563,#85297f);
    background-image: -moz-linear-gradient(to right,#f06563,#85297f);
    background-image: -o-linear-gradient(to right,#f06563,#85297f);}

.flex,
.journal .list li .imgDiv,
.contact .mxfDiv,
.contact .conDiv{display: flex;
  display: -webkit-flex; }

.flex,
.journal .list li .imgDiv{ align-items: center;
  -webkit-align-items: center; }

.flex,
.journal .list li .imgDiv,
.contact .conDiv{justify-content: center;
  -webkit-justify-content: center; }

.flex,
.contact .mxfDiv{ justify-content: space-between;
 -webkit-justify-content: space-between;}


.flex,
.contact .conDiv{flex-direction: column;
    -webkit-flex-direction: column;}

a,
.nav li a:after,
.indexP1 .more a:after,
.indexP1 .list li .ico img,
.indexP1 .list li .en,
.indexP1 .list li .cn,
.indexP2 .list li .en,
.indexP3 .leftDiv .name,
.indexP3 .rightDiv li .name,
.indexP4 .list li .name p,
.honor .tab2 li,
.honor .tab2 li:after,
.news .list li .name,
.newShow .backBtn a:after,
.wisdom .backBtn a:after,
.journal .list li .name p,
.video .tab2 li:after,
.video .list li .name,
.staff .list li .name,
.business .list li .box,
.business .lie li .box,
.wisdom .list li .box{
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;	
}

.sNav,
.indexP3 .layer{
transition:All 0.8s ease;
-webkit-transition:All 0.8s ease;
-moz-transition:All 0.8s ease;
-o-transition:All 0.8s ease;  
}

.indexP2 .list li .imgDiv img,
.business .list li .imgDiv img,
.business .lie li .imgDiv img,
.staff .list li .imgDiv img{
transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;  
}

.about .dian{
transition:All 1.5s ease;
-webkit-transition:All 1.5s ease;
-moz-transition:All 1.5s ease;
-o-transition:All 1.5s ease;
}

.l1{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.l2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.l3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}


input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{color: transparent;}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder{color: transparent;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{color: transparent;}
input:focus:-ms-input-placeholder, textarea:focus::-moz-placeholder{color: transparent;}

@font-face {font-family:regular; src:url(../font/Montserrat-Regular.otf);}
@font-face {font-family:mont; src:url(../font/MontserratBold.ttf);}

.Phone-Box{ display: none; }

.fangda{ overflow: hidden;}
.fangda img{ transition:2s;-moz-transition:2s;-webkit-transition:2s;-o-transition:2s;}
.fangda:hover img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

/*按钮动画--start*/
.ico_h {display: inline-block; position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); } 
.ico_h:before {pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */ -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform, opacity; transition-property: transform, opacity; } 
.ico_h:hover, .ico_h:focus, .ico_h:active {-webkit-transform: translateY(-6px); transform: translateY(-6px); -webkit-animation-name: hover; animation-name: hover; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; } 
.ico_h:hover:before, .ico_h:focus:before, .ico_h:active:before {opacity: .4; -webkit-transform: translateY(6px); transform: translateY(6px); -webkit-animation-name: hover-shadow; animation-name: hover-shadow; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; }
/*按钮动画--end*/


.img_rotate{ -moz-animation:rotate 15s infinite linear;  -webkit-animation:rotate 15s infinite linear;  animation:rotate 15s infinite linear; }
@-moz-keyframes rotate{ 0%{  -moz-transform:rotate(0deg);  } 100%{  -moz-transform:rotate(-360deg);  } }
@-webkit-keyframes rotate{ 0%{  -webkit-transform:rotate(0deg);  } 100%{  -webkit-transform:rotate(-360deg);  } }
@keyframes rotate{ 0%{  transform:rotate(0deg);  } 100%{  transform:rotate(-360deg);  } }


@keyframes fadeOfOpacity {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes am_top
{
    0%{ -webkit-transform:translate(0,30px);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}
@-webkit-keyframes am_top
{
    0%{ -webkit-transform:translate(0,30px);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

@keyframes am_right
{
    0%{ -webkit-transform:translate(-20px,0);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}
@-webkit-keyframes am_right
{
    0%{ -webkit-transform:translate(-20px,0);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

@keyframes am_left
{
    0%{ -webkit-transform:translate(20px,0);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}
@-webkit-keyframes am_left
{
    0%{ -webkit-transform:translate(20px,0);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

@keyframes iconAni {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}


.headD{ height: 90px; }

.headDiv{ height:90px; width:100%; position: absolute; left: 0; top: 0; z-index: 18; }
.headDiv2{ background: #fff; }
.headDiv .wal{ position: relative; height: 90px; }
.headDiv .logo{ position:absolute; left: 0; top: 23px; }
.headDiv .logo img{ width: 140px; }

.headDiv .topRight{ position: absolute; right: 0; top: 25px; z-index: 2; }
.headDiv .topSearch{ height: 40px; padding-right: 16px; }
.headDiv .topSearch em{ display: block; width: 22px; height: 40px; cursor: pointer; background: url(../images/nimg22_1.png) center no-repeat;}
.headDiv2 .topSearch em{ background: url(../images/nimg22_1on.png) center no-repeat;}
.headDiv .lan{ padding-left: 16px; height: 40px; position: relative; z-index: 5; }
.headDiv .lan:before{ content: ''; position: absolute; left: 0; top: 50%; width: 2px; height: 24px; margin-top: -12px; background: #fff; }
.headDiv2 .lan:before{ background: #313133;}
.headDiv .lan a{ display: block; padding-left:36px; color:#fff; font-size:16px; line-height:40px; height: 40px; background: url(../images/nimg24_1.png) left center no-repeat; }
.headDiv2 .lan a{ background: url(../images/nimg24_1on.png) left center no-repeat; color:#313133; }

.headDiv .lan ul{ padding: 10px 0; position:absolute; z-index: 1; right: -15px; top:38px; width:120px; display:none; background: #fff; border-radius: 6px; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);}
.headDiv .lan li a{ display:block; height:36px; line-height:36px; text-align:center; color:#333; font-size: 14px; padding-left:0; text-transform: uppercase; background:none;}
.headDiv .lan li a:hover{ color: #DA3A14;}


.nav{ position: absolute; left: 0; width:100%; top: 0; text-align:center; z-index: 1; }
.nav ul{ font-size: 0; }
.nav li{ display: inline-block; padding: 0 0.28rem; font-size: 16px; }
.nav li a{ position: relative; display: block; height: 90px; line-height: 90px; color: #fff; }
.headDiv2 .nav li a{ color: #313133; }
.nav li a:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 4px; background: #DA3A14; }
.nav li a:hover, .nav li .aNow, .nav li .aNow1{ color: #DA3A14!important; }
.nav li a:hover:after, .nav li .aNow:after, .nav li .aNow1:after{ width: 100%; left: 0; }

.head-search { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.8); z-index: 59;}
.head-search .search-box { position: absolute; top: 50%; left: 50%; width: 30%; max-width: 1200px; height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.head-search .search-box .box-cent { display: flex; justify-content: space-between; width: 100%; height: auto; border-bottom: solid 1px #555;}
.head-search .search-box .box-cent input { width: calc(100% - 60px); height: 50px; padding: 0 20px; font-size: 14px; color: #fff; background: none;}
.head-search .search-box .box-cent input::-webkit-input-placeholder{ color: #fff; opacity: 1;}
.head-search .search-box .box-cent input:-moz-placeholder{ color: #fff; opacity: 1;}
.head-search .search-box .box-cent input::-moz-placeholder{ color: #fff; opacity: 1;}
.head-search .search-box .box-cent input:-ms-input-placeholder{ color: #fff; opacity: 1;}
.head-search .search-box .box-cent .box-icon { display: block; width: 50px; height: 50px; text-align: right; line-height: 50px;}
.head-search .search-box .box-cent .box-icon img { width: 20px; opacity: 0.8; transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;}
.head-search .search-box .box-cent .box-icon:hover img { opacity: 1;}
.head-search .search-box .box-hiden { cursor:pointer; width: 27px; margin: 50px auto 0;}
.head-search .search-box .box-hiden img { width: 100%; transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;}


/*导航触发效果*/
.sNav{ opacity:0; visibility:hidden; position: absolute; z-index: -1; width: 160px; top: 110px;}
.sNav .bg{ height: 15px; background:url(../images/sNav.png) 40px bottom no-repeat; cursor:pointer; position: relative; z-index: 1;}
.sNav .list{ background: #fff; border-radius: 6px; padding-top: 20px; box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);}
.sNav li{ padding-bottom: 20px; font-size: 14px; text-align: center; }
.sNav li a{ display: block; color: #999; }
.sNav li a:hover{ color: #DA3A14; }
.sNav.on{ opacity:1; visibility:visible; top:100px; z-index: 5;}

.navLayer{overflow-x: auto; height:100%; width:100%; overflow:hidden; position:fixed; z-index:222; right:-100%; top:0px;}
.navLayer .bg{overflow-x: auto;position:relative; background:#fff; height:100%; width:100%; }
.navLayer .toptop{ height: 1.2rem; position: relative; border-bottom: #d6d6d6 solid 1px;}
.navLayer .closeBtn{ position: absolute; right: 0.3rem; top: 0.24rem; width: 0.72rem; height: 0.72rem; border-radius: 50%; background: #da3a14;}
.navLayer .closeBtn img{ position: absolute; left: 50%; top: 50%; margin-top: -0.14rem; width: 0.3rem; margin-left: -0.15rem; }
.sideNav{ padding: 0 0.3rem 0.3rem; }
.subNav{ cursor:pointer; display:block; height:1.1rem; line-height:1.1rem; position:relative; font-size:0.34rem; border-bottom: #d6d6d6 solid 1px;}
.subNav1{ background: url(../images/nimg16_2.png) right center no-repeat; background-size: 12px; color: #333;}
.subNav .name{ position:relative; }
.subNav a{ color:#333; display: block;}
.currentDt{ color:#DA3A14; background: url(../images/nimg16_2on.png) right center no-repeat; background-size: 12px; }
.navContent{display: none;}
.navContent a{display:block; height:0.9rem; line-height:0.9rem; color:#666; font-size:0.3rem; padding-left: 0.3rem; }

.navIco{ display: none; position: absolute; right: 0.3rem; top: 0.24rem; width: 0.72rem; height: 0.72rem; border-radius: 50%; background: #da3a14;}
.navIco img{ position: absolute; left: 50%; top: 50%; margin-top: -0.14rem; width: 0.3rem; margin-left: -0.15rem; }


.footDiv{ position: relative; padding-top: 110px; height: 474px; box-sizing: border-box; background: url(../images/footBg.jpg) center bottom no-repeat; background-size: cover; }
.footNav li{ float: left; padding-right: 1.46rem;}
.footNav li:last-child{ padding-right: 0; }
.footNav li h2{ height: 48px; font-size: 18px; line-height: 18px; color: #313133; }
.footNav li dd{ padding-bottom: 14px; }
.footNav li dd a{ display: block; font-size: 14px; color: #666; line-height: 24px; }
.footNav li dd a:hover{ color: #DA3A14; }
.footDiv .ewmDiv{ width: 1.7rem; }
.footDiv .ewmDiv .limg img{ width: 100%; }
.footDiv .ewmDiv p{ text-align: center; font-size: 14px; line-height: 26px; padding-top: 16px; }

.foot{ background: #363839; padding:20px 0; }
.foot .msg{ overflow:hidden;}
.foot .msg li{ font-size:14px; line-height:36px; color: #A6A6A6;}
.foot .txt{ font-size: 14px; color: #A6A6A6; line-height: 36px; }
.foot .txt em{ padding-right:20px; position:relative;}
.foot .txt em:after{ content:''; position:absolute; right:0; width:1px; height:16px; top:50%; margin-top:-8px; background:#A6A6A6;}
.foot .txt a{ color: #A6A6A6; padding: 0 20px; position:relative;}
.foot .txt a:after{ content:''; position:absolute; right:0; width:1px; height:16px; top:50%; margin-top:-8px; background:#A6A6A6;}
.foot .txt a:last-child:after{ display:none;}
.foot .txt a:hover{ color: #DA3A14; }

.rightLayer{ position:fixed; right:0; top:50%; margin-top:-100px; width:60px; padding-top:20px; height:180px; background:#f6f6f6; z-index:1;}
.rightLayer .zi{ text-align:center; font-size:14px; line-height:20px; color:#333; width:30px;}
.rightLayer .zi em{ display:block; padding:0 10px;}

.pageBanner{ position:relative; height: 4.5rem; background: center no-repeat; background-size: cover;}

.pageNav{ position: relative; height: 64px; text-align: center; background: #fff; box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.05);}
.pageNav ul{ font-size: 0; }
.pageNav li{ display: inline-block; padding: 0 0.6rem; font-size: 16px; position: relative; z-index: 1;}
.pageNav li a{ display: block; color: #313133; height: 64px; line-height: 64px; position: relative; }
.pageNav li .aNow, .pageNav li a:hover{ color: #DA3A14; }

.pageTitleTel{ height:1.1rem; background: #0068e8; position:relative;}
.sideTitleTel{ width:100%; height:1.1rem; position:absolute; left:0px; top:0px;}
.sideTitleTel .con{ font-size:0.36rem; height:1.1rem; line-height:1.1rem; position:relative; padding-right:10px;}
.sideTitleTel .con a{ color: #fff; display:block; height:1.1rem; padding-left:0.3rem;}
.sideTitleTel .con img{ position: absolute; right: 0.3rem; top: 50%; margin-top: -0.12rem; width: 0.4rem;
     transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    }
.sideTitleTel .con.on img{ transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);}
.sideTitleNav{ position:absolute; top:1.1rem; z-index:10; width:100%; background:#fff; display:none; box-shadow:0 1px 5px rgba(35,25,25,0.2); -moz-box-shadow:0 1px 5px rgba(35,25,25,0.2); -webkit-box-shadow:0 1px 5px rgba(35,25,25,0.2);}
.sideTitleNav li{ font-size: 0.3rem; height:1.0rem; border-bottom:#d7d7d7 solid 1px;}
.sideTitleNav li a{ display:block; height:1.0rem; line-height:1.0rem; padding-left:0.3rem; color:#666;}
.sideTitleTel .con em{ display:block; color:#fff; padding-left: 0.3rem;}

/*分页*/
.pageNum{ text-align: center; }
.pageNum ul{ font-size: 0; }
.pageNum li{ display: inline-block; }
.pageNum a{ display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; font-size: 14px; color: #313133; border: #d0d0d0 solid 1px; border-radius: 8px; margin: 0 6px;}
.pageNum .btn{ width: 62px; }
.pageNum a:hover, .pageNum .aNow{ color: #DA3A14;}
.pageNum .prev:before{ content: '&lt;'; font-family: '宋体'; color: #313133; }
.pageNum .next:before{ content: '&gt;'; font-family: '宋体'; color: #313133; }
.pageNum .prev:hover:before, .pageNum .next:hover:before{ color: #DA3A14; }

.pageMore a{ display: block; text-align: center; font-size: 0.3rem; color: #fff; background: #DA3A14; font-weight: bold; height: 1.0rem; line-height: 1.0rem; }

/*.topA{ position: fixed; right: 0.3rem; bottom: 0.9rem; width: 60px; height: 60px; border-radius: 50%; background: rgba(0,0,0,0.3); color: #fff; }
.topA:before{ content: ''; position: absolute; left: 50%; top: 15px; margin-left: -6px; width: 11px; height: 13px; background: url(../images/topA.png) no-repeat;}
.topA em{ display: block; text-align: center; font-weight: bold; padding-top: 32px; font-size: 14px; text-transform: uppercase;}
.topA:hover{ background: #1905d9; color: #fff;}*/

.tabContent{ display:none;}
.tab li{ cursor:pointer;}
.tabContent2{ display:none;}
.tab2 li{ cursor:pointer;}


.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  -moz-animation-name: fadeInUp50;
  -ms-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
@-webkit-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
  -moz-animation-name: fadeInLeft50;
  -ms-animation-name: fadeInLeft50;
  animation-name: fadeInLeft50;
}
@-webkit-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight50 {
  -webkit-animation-name: fadeInRight50;
  -moz-animation-name: fadeInRight50;
  -ms-animation-name: fadeInRight50;
  animation-name: fadeInRight50;
}
@-webkit-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}








</pre></body></html>